home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Screen&Window / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  2.2 KB  |  81 lines

  1. |movescreen|
  2. windowtitle `MoveScreen <DeltaX>,<DeltaY>
  3. printlf `Move the screen a specified number of
  4. printlf `pixels right or left, <DeltaX>, or
  5. printlf `up or down, <DeltaY>.
  6. printlf
  7. printlf `Note: Under AmigaDOS 1.3 <DeltaX> does
  8. printlf `not perform.
  9. end
  10.  
  11. |screento|
  12. windowtitle `ScreenTo FRONT or BACK`
  13. printlf `Moves the screen either to the BACK
  14. printlf `of the displayed screens or to the
  15. printlf `front of the displayed screens.
  16. end
  17.  
  18. |screentitlebar|  
  19. windowtitle `ScreenTitleBar Â«logical expression»
  20. printlf `If using a custom screen, this command
  21. printlf `allows the screen's title bar to be
  22. printlf `displayed if the logical expression is
  23. printlf `TRUE, or hidden if it is FALSE.
  24. printlf `NOTE: The window's title bar may hide
  25. printlf `      the screen's title, even if TRUE
  26. end
  27.  
  28. |setscreentitle|
  29. windowtitle `SetScreenTitle "Text"
  30. printlf `Sets the screen's title to the given
  31. printlf `string.  If you are running on the
  32. printlf `Workbench screen, this title will be set
  33. printlf `only when your application is activated. 
  34. end
  35.  
  36. |movewindow| 
  37. windowtitle `MoveWindow <DeltaX>,<DeltaY>
  38. printlf `Works in the same manner as MoveScreen,
  39. printlf `except <DeltaX> does function under
  40. printlf `AmigaDOS.
  41. printlf
  42. print `SEE ALSO: `
  43. subject `MoveScreen`MoveScreen`
  44. end
  45.  
  46. |windowto|
  47. windowtitle `WindowTo FRONT or BACK
  48. printlf `Moves the window either to the back
  49. printlf `of the displayed windows on a screen
  50. printlf `or to the front of the windows on a
  51. printlf `screen.  This command is only useful for
  52. printlf `applications running on the Workbench
  53. printlf `screen.
  54. end
  55.  
  56. |setwindowtitle|
  57. windowtitle `SetWindowTitle "Text"
  58. printlf `Sets the window title to the given
  59. printlf `string.
  60. end
  61.  
  62. |setwindowlimits|
  63. windowtitle `SetWindowLimits <MinX>,<MinY>,<MaxX>,<MaxY>
  64. printlf `Defines the window's sizing limits to be
  65. printlf `between <MinX> and <MaxX> horizontally and
  66. printlf `between <MinY> and <MaxY> vertically.
  67. printlf
  68. print `SEE ALSO: `
  69. subject `GetWindowLimits`GetWindowLimits`
  70. end
  71.  
  72. |getwindowlimits|
  73. windowtitle `GetWindowLimits <MinX>, <MinY>, <MaxX>, <MaxY>
  74. printlf `Returns the current window limits into
  75. printlf `the specified variables.`
  76. printlf
  77. print `SEE ALSO: `
  78. subject `SetWindowLimits`SetWindowLimits`
  79. end
  80.  
  81.